home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 [x86] / NeXT Step 3.1 Intel.cdr.dmg / NextApps / Grab.app / Swedish.lproj / Grab.nib / data.classes next >
Text File  |  1993-03-18  |  524b  |  41 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     save:;
  4.     saveAs:;
  5.     print:;
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. Grab = {
  10.     ACTIONS = {
  11.     orderFrontPrefsPanel:;
  12.     orderFrontInspectorPanel:;
  13.     variableSelection:;
  14.     timedSelection:;
  15.     windowSelection:;
  16.     screenSelection:;
  17.     toggleSound:;
  18.     showInfo:;
  19.     };
  20.     OUTLETS = {
  21.     save;
  22.     close;
  23.     selection;
  24.     selectAll;
  25.     grabWindow;
  26.     inspectorItem;
  27.     selectionItem;
  28.     windowItem;
  29.     useSound;
  30.     soundItem;
  31.     copy;
  32.     cut;
  33.     paste;
  34.     saveAs;
  35.     timedItem;
  36.     screenItem;
  37.     print;
  38.     };
  39.     SUPERCLASS = Application;
  40. };
  41.